home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16803 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  712 b 

  1. Message-ID: <316DC4CC.1987@sophtech.com>
  2. Date: Thu, 11 Apr 1996 19:49:48 -0700
  3. From: Ofer LaOr <laor@sophtech.com>
  4. Organization: Sophisiticated Technologies, Inc.
  5. X-Mailer: Mozilla 2.01 (WinNT; I)
  6. MIME-Version: 1.0
  7. Newsgroups: comp.lang.c++
  8. Subject: BC5 bug
  9. Content-Type: text/plain; charset=us-ascii
  10. Content-Transfer-Encoding: 7bit
  11. NNTP-Posting-Host: rouge
  12. Path: news.interline.net!
  13.  
  14. Did anyone else try attaching a listbox or a combo 
  15. box and get a GPF on BC5?
  16.  
  17. Tracked it down to UpdateData (or it's equivalent 
  18. for OWL) in the constructor.  It's a read error 
  19. from address 0x4 (both 32bit and 16 bit does it) on 
  20. an OWL project.  The GPF is somewhere in a ForEach 
  21. function within the UpdateData func.
  22.  
  23. Ofer
  24.